home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Utilities
/
Programming
/
Dialog Director 0.6
/
Res Utils Examples
/
Get Res.as
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-06
|
271 b
|
13 lines
|
[
TEXT/ToyS
]
on run
set f to choose file of type "rsrc"
set rf to res open f --without write permission
try
set x to res get rf id 1000 type "ΔBtn"
set y to res get rf id 2000 type "reco"
on error number n
res close rf
error number n
end try
res close rf
[x, y]
end run